home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / E-G / Fractal3.cpt / Fractals / card_5213.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  28 lines

  1. -- card: 5213 from stack: in
  2. -- bmap block id: 6579
  3. -- flags: 0000
  4. -- background id: 6329
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=14 top=39 right=302 bottom=499
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 5
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: text
  20.  
  21.  
  22. -- part contents for card part 1
  23. ----- text -----
  24. More about Fractal:
  25.  
  26. This fractal is a Julia set.  Points represent complex numbers, where the v coordinate is the imaginary part.  The left and right bounds of the screen map to about -2 and 2, and the top and bottom are mapped similarly in i, to put the origin in the center of the screen.
  27.  
  28. For each sample, the function f(z) = z * z + c is iterated until the point moves far away from the origin.  The initial value for z is the point corresponding to the upper left corner of the patch we are drawing, and c is the constant seed value that you provide.  The number of iterations, mod 4, determines the color.